GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-11-20T02:35:16.2123227+00:00",
"SubmitDate": "2025-11-20T02:35:16.2123227+00:00",
"ReportPeriodStart": "2025-11-20T02:35:16.2123227+00:00",
"ReportPeriodEnd": "2025-11-20T02:35:16.2123227+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2288859b-bfae-4012-b551-ec2685010c8b",
"Rows": [
{
"ItemId": "e056a92a-6f0f-4fc0-89ba-4e9d11216e4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e056a92a-6f0f-4fc0-89ba-4e9d11216e4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2288859b-bfae-4012-b551-ec2685010c8b",
"Rows": [
{
"ItemId": "e056a92a-6f0f-4fc0-89ba-4e9d11216e4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e056a92a-6f0f-4fc0-89ba-4e9d11216e4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cd3efc89-b998-40df-8514-0781cb83ab61",
"c9ddef54-0bda-4b0e-8780-379279e41bcc"
],
"Approvers": [
"fb011929-61aa-4873-8d69-d7647d624ed9",
"20711201-07ab-4521-afbe-0de40e422e51"
],
"ApprovedBy": "5fea7864-182e-4338-8a5d-c9ac80d292fb",
"ApprovalDate": "2025-11-20T02:35:16.2123227+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "77ff6604-f69d-4a20-a629-7e21d0a42f10",
"id": "ff8fe0e8-3902-4f4f-9faf-1b8b3feecbff",
"ConfigId": "6dc0b6c1-f18f-457e-849f-dd97f23af370"
},
{
"GenerationDate": "2025-11-20T02:35:16.2123227+00:00",
"SubmitDate": "2025-11-20T02:35:16.2123227+00:00",
"ReportPeriodStart": "2025-11-20T02:35:16.2123227+00:00",
"ReportPeriodEnd": "2025-11-20T02:35:16.2123227+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2288859b-bfae-4012-b551-ec2685010c8b",
"Rows": [
{
"ItemId": "e056a92a-6f0f-4fc0-89ba-4e9d11216e4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e056a92a-6f0f-4fc0-89ba-4e9d11216e4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2288859b-bfae-4012-b551-ec2685010c8b",
"Rows": [
{
"ItemId": "e056a92a-6f0f-4fc0-89ba-4e9d11216e4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e056a92a-6f0f-4fc0-89ba-4e9d11216e4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cd3efc89-b998-40df-8514-0781cb83ab61",
"c9ddef54-0bda-4b0e-8780-379279e41bcc"
],
"Approvers": [
"fb011929-61aa-4873-8d69-d7647d624ed9",
"20711201-07ab-4521-afbe-0de40e422e51"
],
"ApprovedBy": "5fea7864-182e-4338-8a5d-c9ac80d292fb",
"ApprovalDate": "2025-11-20T02:35:16.2123227+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "77ff6604-f69d-4a20-a629-7e21d0a42f10",
"id": "ff8fe0e8-3902-4f4f-9faf-1b8b3feecbff",
"ConfigId": "6dc0b6c1-f18f-457e-849f-dd97f23af370"
}
]